PowerTools InputMan for ASP.NET 8.0J
CopyTo(String[],Int32) メソッド

コレクションのコピー先となる配列(String 型)
コレクションをコピーする位置(Int32 型)
既存の配列にButtonTextCollectionコレクションをコピーします。
構文
Public Overloads Sub CopyTo( _
   ByVal array() As String, _
   ByVal arrayIndex As Integer _
) 
public void CopyTo( 
   string[] array,
   int arrayIndex
)

パラメータ

array
コレクションのコピー先となる配列(String 型)
arrayIndex
コレクションをコピーする位置(Int32 型)
解説
CopyToを使用すると、複数のButtonTextCollectionコレクションに含まれる項目 (文字列) を1つの配列に結合できます。
参照

ButtonTextCollection クラス
ButtonTextCollection メンバ
オーバーロード一覧

 

 


© 2005-2015 GrapeCity inc. All rights reserved.